home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE1 / EASYC / !EasyDebug / !Run < prev    next >
Text File  |  2001-01-22  |  976b  |  34 lines

  1. | Run file for EasyDebug
  2. |
  3.  
  4. set EasyDebug$Image !RunImage
  5.  
  6. set EasyDebug$OSVersion 370
  7. RMEnsure UtilityModule 3.20 Set EasyDebug$OSVersion 310
  8. RMEnsure UtilityModule 3.70 Set EasyDebug$OSVersion 350
  9.  
  10. IconSprites <Obey$Dir>.!Sprites
  11. |
  12. |If "<Wimp$ScrapDir>" = "" Then Error 0 System scrap directory can not be found, set Wimp$ScrapDir.
  13. |
  14. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  15. RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
  16. |
  17. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  18. RMEnsure SharedCLibrary 3.75 Error You need SharedCLibrary 3.75 or later
  19. |
  20. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  21. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  22. |
  23. Set EasyDebug$Dir <Obey$Dir>
  24. |
  25.  
  26. | load the module
  27.  
  28. run <Obey$Dir>.!Load<EasyDebug$OSVersion>
  29.  
  30. |
  31. |If <EasyDebug$OSVersion> = 370 then Cache Off
  32. WimpSlot -min 320K -max 320K
  33. Run <EasyDebug$Dir>.<EasyDebug$Image> %*0
  34. |If <EasyDebug$OSVersion> = 370 Then Cache On